home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5607 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: CHIP RAM speed test results
  5. Date: 17 Mar 1996 16:49:32 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <938.6650T765T2039@ifi.uio.no>
  8. References: <4i96hh$ilg@serpens.rhein.de>
  9. NNTP-Posting-Host: gymir.ifi.uio.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. >kp@direktor.voima.jkl.fi (Kari-Pekka Koljonen) writes:
  13. >>register move:     72.6ns
  14. >Looks like some 28MHz CPU clock.
  15. >>fast      readw   182.0ns   11.0MByte/s
  16. >>fast      readl   216.5ns   18.5MByte/s
  17. >>fast      readm   243.9ns   16.4MByte/s
  18. >This seems to happen with data burst enabled. The overhead of
  19. >the movem instruction is no longer hidden by the slower memory
  20. >cycles.
  21. >BTW, I see the same on an A3000.
  22.  
  23. I think you got I point.
  24.  
  25. Here is my results:
  26.  
  27. NoDataBurst:
  28.  
  29. fast      readw   122.4ns   16.3MByte/s
  30. fast      readl   163.8ns   24.4MByte/s
  31. fast      readm   151.2ns   26.5MByte/s
  32.  
  33. DataBurst:
  34.  
  35. fast      readw   109.1ns   18.3MByte/s
  36. fast      readl   133.6ns   29.9MByte/s
  37. fast      readm   143.4ns   27.9MByte/s
  38.  
  39. readl is faster with NoDataBurst, but anyway its very clear that having the
  40. databurst ON is an avantage here.
  41.  
  42.  
  43. <sb>Ludde - Amiga Demo Coder
  44. <sb>Virtual Reality & Official Be developer
  45. <sb>ludvigp@ifi.uio.no
  46.  
  47.